Cannot return value from Procedure or Message Handler
Must return value from function
Undeclared function
Cannot use system message as function
Cannot use reserved word as function
Cannot use variable name as function
Cannot use label name as function
Function call doesn't agree with definition: wrong number of arguments
Cannot call this function in a user defined function
Compiler error - trying to push string val
Cannot subtract strings
Cannot multiply strings
Cannot divide strings
Mod operator cannot be applied to Real or String types
Cannot Exponentiate strings
Cannot Negate strings
Illegal string-logical operation
Cannot assign string to math type
Compiler error in evaluating integer expression
Compiler error in evaluating Areg expression
Compiler error - releasing released realReg
Too many nested loops. Break it into smaller pieces.
Compiler error - releasing released loopReg
Too complicated expression (Areg). Break it into smaller pieces.
Too complicated expression (Dreg). Break it into smaller pieces.
Too complicated expression, reduce into parts
Not enough memory to finish Compile. Close some windows, or allocate more memory to Extend.
Non-constant in Constant statement
Subscripts must start at Zero or One
This is a compiler reserved word
Multiply defined function
Function does not agree with previous declaration
Multiply defined identifier
illegal character
illegal token
Cannot use procedure call in expression
Illegal string operation
Undefined identifier in function call
Expecting array name, found non-variable in function call
Passing wrong type of array to function
Array passed in function call has wrong number of dimensions
To pass an entire array to a function, pass its name without subscripts.
Expecting array name in function call, found expression
Expecting Function name in function call, found expression
Undefined identifier in function call
Passed function name must be Real type
Illegal character in variable
Undefined variable
Subscript constant is out of array bounds
Variable has wrong number of Dimensions.
Cannot assign a value to an Input Connector
Too many function arguments. The maximum is 127
Illegal type for function parameter
Multiply defined function
Multiply defined identifier
This function has not returned a value
Unknown message name
Divide by zero in constant operation
Illegal operation on Real operands
Mod by zero in constant operation
Non-constant in Dimension
Cannot have negative Dimension
Cannot have more than one empty dimension
Too many Dimensions. Five Maximum per variable.
Identifier is multiply declared
Arrays are too big, use dynamic arrays
Too many dynamic arrays, 254 maximum per block
Cannot declare dynamic arrays in functions, messages
Exponent too large. Real number exponents range from -308 to 308
missing digit after E in exponent
Undefined label
Undefined function
String table overflow. Use less strings.
unterminated string
ERROR RECOVERY BUG
Bad connector name?
Using reserved word as connector
This name cannot be used as a "Variable Name or Message Name" in the Dialog Window as it is a ModL Function name. Please change it in the Dialog Window and check your script.
This name cannot be used as a "Variable Name or Message Name" in the Dialog Window as it is a connector name. Please change it in the Dialog Window and check your script.
This name cannot be used as a "Variable Name or Message Name" in the Dialog Window as it is a system reserved name. Please change it in the Dialog Window and check your script.
Compiled code exceeded limit. Reduce script size
Cannot call MakeArray, DisposeArray, or GetPassedArray with user defined function argument. Must use actual declared dynamic array name.
Cannot call MakeArray or DisposeArray with non-dynamic array. Must use actual declared dynamic array name.
Dynamic arrays must be declared before any functions or message handlers (at the top of the script).
Must use a connector name as an argument to this function.
Dialog items using too much memory. Reduce size of Data or Text tables.
Error in include file declaration. Correct syntax is:
#include "fileName.h"
or
#include <fileName.h>
Cannot open include file.
Cannot open include file. Too many nested include files - maximum nesting is 10 deep.
Internal Compiler error - typeRight had long offset in Store